Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows/release-binaries: Disable flang on macOS X64 #101790

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tstellar
Copy link
Collaborator

@tstellar tstellar commented Aug 3, 2024

Build is failing due to #101789.

@llvmbot
Copy link
Member

llvmbot commented Aug 3, 2024

@llvm/pr-subscribers-github-workflow

Author: Tom Stellard (tstellar)

Changes

Build is failing due to #101789.


Full diff: https://github.com/llvm/llvm-project/pull/101790.diff

1 Files Affected:

  • (modified) .github/workflows/release-binaries.yml (+2-2)
diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml
index b1b046dbad5f8..5112544f18a04 100644
--- a/.github/workflows/release-binaries.yml
+++ b/.github/workflows/release-binaries.yml
@@ -126,10 +126,10 @@ jobs:
 
         # x86 macOS and x86 Windows have trouble building flang, so disable it.
         # Windows: https://github.com/llvm/llvm-project/issues/100202
-        # macOS: 'rebase opcodes terminated early at offset 1 of 80016' when building __fortran_builtins.mod
+        # macOS: https://github.com/llvm/llvm-project/issues/101789
         build_flang="true"
 
-        if [ "$target" = "Windows-X64" ]; then
+        if [ "$target" = "Windows-X64" -o "$target" = "macOS-X64" ]; then
           target_cmake_flags="$target_cmake_flags -DLLVM_RELEASE_ENABLE_PROJECTS=\"clang;lld;lldb;clang-tools-extra;bolt;polly;mlir\""
           build_flang="false"
         fi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants